home *** CD-ROM | disk | FTP | other *** search
/ METIS Tutorial for METIS Release 3 / METIS v3.0 (Disc 2) Visual Planning Library - Model Browser (NCR Corporation)(November 2000).iso / ModelBrowserSetup.exe / data1.cab / Help_Files / metisbrowser.chm / htm / metisd2h.css < prev    next >
Cascading Style Sheet File  |  2000-09-13  |  6KB  |  313 lines

  1. H1 {
  2.     font-size: 24pt;
  3.     margin-top: 12pt;
  4.     margin-bottom: 12pt;
  5.     }
  6. H2 {
  7.     font-size:14pt;
  8.     margin-top: 9pt;
  9.     margin-bottom: 7pt;
  10.     ; font-weight: bold
  11.     }
  12. H3 {
  13.     font-size:14pt;
  14.     margin-top: 9pt;
  15.     margin-bottom: 7pt;
  16.     ; font-weight: bold
  17.     }
  18. H4 {
  19.     font-size:14pt;
  20.     margin-top: 9pt;
  21.     margin-bottom: 7pt;
  22.     ; font-weight: bold
  23.     }
  24. h5 {  
  25.     font-size: 12pt
  26.     }
  27. .Note { 
  28.     color : maroon;
  29.         margin-right : 6.0pt 
  30.     }
  31. .Notelist { 
  32.     color : maroon;
  33.         margin-right : 6.0pt 
  34.     }
  35. .warning { 
  36.     color : red;
  37.         margin-right : 6.0pt 
  38.     }
  39. .Tip { 
  40.     color : teal;
  41.         margin-right : 6.0pt 
  42.     }
  43. .Tiplist { 
  44.     color : teal;
  45.         margin-right : 6.0pt 
  46.     }
  47. .Alternative { 
  48.     color : navy;
  49.         margin-right : 6.0pt 
  50.     }
  51. .Altlist { 
  52.     color : navy;
  53.         margin-right : 6.0pt 
  54.     }
  55. .RelatedTopic { 
  56.     margin-top: -.08em;
  57.     margin-bottom: -.08em 
  58.     }  
  59. .RelatedTopicHead {  
  60.     font-size:11pt; 
  61.     font-weight: bold; 
  62.     color: blue; 
  63.     margin-top: 4pt; 
  64.     margin-bottom: 2pt
  65.     }
  66. P.List {  
  67.     margin-left: 2em; 
  68.     margin-top: .4em; 
  69.     margin-bottom: .4em
  70.     }
  71. P.List-2 {  
  72.     margin-left: 4em; 
  73.     margin-top: 0.4em; 
  74.     margin-bottom: .4em
  75.     }
  76. OL.List {  
  77.     display: list-item; 
  78.     margin-left: 3em; 
  79.     margin-top: 0.4em; 
  80.     margin-bottom: .4em
  81.     }
  82. OL.List-2 {  
  83.     list-style-type: upper-Alpha; 
  84.     margin-left: 4.5em; 
  85.     margin-top: 0.4em; 
  86.     margin-bottom: 0.4em
  87.     } 
  88. /*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */
  89.  
  90. UL.List {  
  91.     display: list-item; 
  92.     margin-left: 3em; 
  93.     margin-top: 0.4em; 
  94.     margin-bottom: 0.4em
  95.     } 
  96. UL.List-2 {  
  97.     list-style-type: square; 
  98.     margin-left: 4em; 
  99.     margin-top: 0.4em; 
  100.     margin-bottom: 0.4em
  101.     }
  102. /*This rule should not be needed, as all list-2 lists should be nested within an OL or UL; it's put here just in case the HTML generation doesn't properly nest the 2nd level list. */
  103.  
  104. OL UL.List-2 {  
  105.     list-style-type: square; 
  106.     margin-left: 1.25em; 
  107.     margin-top: 0.4em; 
  108.     margin-bottom: 0.4em
  109.     }
  110. UL UL.List-2 {  
  111.     list-style-type: square; 
  112.     margin-left: 1.25em; 
  113.     margin-top: 0.4em; 
  114.     margin-bottom: 0.4em
  115.     }
  116. OL OL.List-2 {  
  117.     list-style-type: upper-Alpha; 
  118.     margin-left: 2em; 
  119.     margin-top: 0.4em; 
  120.     margin-bottom: 0.4em
  121.     }
  122. UL OL.List-2 {  
  123.     list-style-type: upper-Alpha; 
  124.     margin-left: 2em; 
  125.     margin-top: 0.4em; 
  126.     margin-bottom: 0.4em
  127.     }
  128. body {  
  129.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  130.     font-size: 10pt; 
  131.     color:#000000; 
  132.     background-color: #FFFFFF
  133.     }
  134. TD.TableList {  
  135.     font-size: 9pt; 
  136.     background-color: eeeeee; 
  137.     margin-top: .25em; 
  138.     margin-right: .25em; 
  139.     margin-bottom: .25em; 
  140.     margin-left: .25em
  141.     } 
  142. TD.TableList OL.TableList {  
  143.     font-size: 9pt; 
  144.     list-style-position: outside; 
  145.     list-style-type: decimal
  146.     }
  147. TD.TableList UL.TableList {  
  148.     font-size: 9pt; 
  149.     list-style-position: outside; 
  150.     list-style-type: disc
  151.     }
  152. TD.List {  
  153.     font-size: 9pt; 
  154.     background-color: eeeeee; 
  155.     margin-top: .25em; 
  156.     margin-right: .25em; 
  157.     margin-bottom: .25em; 
  158.     margin-left: .25em
  159.     } 
  160. TD.List OL.List {  
  161.     font-size: 9pt; 
  162.     list-style-position: outside; 
  163.     list-style-type: decimal
  164.     }
  165. TD.List UL.List {  
  166.     font-size: 9pt; 
  167.     list-style-position: outside; 
  168.     list-style-type: disc
  169.     }
  170. .TableList {  
  171.     font-size: 9pt; 
  172.     list-style-position: outside; 
  173.     list-style-type: disc
  174.     }
  175. .Table-List {  
  176.     font-size: 9pt; 
  177.     list-style-position: outside; 
  178.     list-style-type: disc
  179.     }
  180. .List-Table {  
  181.     font-size: 9pt; 
  182.     list-style-position: outside; 
  183.     list-style-type: disc
  184.     }
  185. .Body-Text { 
  186.     margin-top: 5pt
  187.     } 
  188. .Figures {  
  189.     font-size: 9pt; 
  190.     font-weight: bold
  191.     }
  192. .Figures-Table {  
  193.     font-size: 9pt; 
  194.     font-weight: bold; 
  195.     background-color: eeeeee; 
  196.     text-align: center; 
  197.     }
  198. code {  
  199.     font-family: "Courier New", Courier, mono; 
  200.     margin-left: 0.5in
  201.     }
  202. .RelatedHead {  
  203.     font-size:11pt; 
  204.     font-weight: bold; 
  205.     color: blue; 
  206.     margin-top: 4pt; 
  207.     margin-bottom: 2pt
  208.     }
  209. .Jump-from-List {  
  210.     text-decoration: underline; 
  211.     margin-bottom: 3pt; 
  212.     margin-top: -0.25em
  213.     }
  214. .GlossaryTerm {  
  215.     font-size: 11pt; 
  216.     margin-top: 2pt; 
  217.     margin-bottom: 2pt; 
  218.     }
  219. .TOCTitle {  
  220.     font-size: 18pt; 
  221.     margin-top: 9pt; 
  222.     margin-bottom: 7pt
  223.     }
  224. .Definition {  
  225.     line-height: 14pt; 
  226.     margin-top: 5.75pt; 
  227.     }
  228. .toc-1 {  
  229.     font-size: 14pt; 
  230.     margin-top: 12pt; 
  231.     margin-bottom: 6pt
  232.     }
  233. .Keyword-Link {  
  234.     font-size: 11pt; 
  235.     color: blue; 
  236.     padding-top: 1pt;
  237.     }
  238. .Source {  
  239.     font-family: "Courier New", Courier, mono; 
  240.     margin-top: 0px; 
  241.     margin-left: 0.5in
  242.     }
  243. .Jump-Base {  
  244.     text-decoration: underline; 
  245.     margin-top: 0pt; 
  246.     margin-bottom: 3pt
  247.     }
  248. .Jump { 
  249.     text-decoration: underline; 
  250.     margin-top: 0pt; 
  251.     margin-bottom: 3pt 
  252.     }
  253. .Jump-from-Contents { 
  254.     text-decoration: underline; 
  255.     margin-top: 1pt; 
  256.     margin-bottom: 3pt ; 
  257.     font-size: 11pt; 
  258.     font-weight: bold
  259.     }
  260. .toc-2 {  
  261.     font-size: 11pt; 
  262.     text-decoration: underline; 
  263.     margin-top: 3pt; 
  264.     margin-bottom: 3pt
  265.     }
  266. .toc-3 {  }
  267. .toc-4 {  
  268.     margin-right: 0.5in; 
  269.     margin-left: 1.5in
  270.     }
  271. pre {  
  272.     font-family: "Courier New", Courier, mono; 
  273.     margin-left: 0.5in
  274.     }
  275. .heading-2 { 
  276.     font-size:14pt; 
  277.     margin-top: 9pt; 
  278.     margin-bottom: 7pt; 
  279.     ; font-weight: bold 
  280.     }
  281. .heading-3 { 
  282.     font-size:14pt; 
  283.     margin-top: 9pt; 
  284.     margin-bottom: 7pt; 
  285.     ; font-weight: bold 
  286.     }
  287. .heading-4 { 
  288.     font-size:14pt; 
  289.     margin-top: 9pt; 
  290.     margin-bottom: 7pt; 
  291.     ; font-weight: bold 
  292.     }
  293. .TableText {  
  294.     font-size: 9pt; 
  295.     background-color: eeeeee; 
  296.     margin-top: .25em; 
  297.     margin-right: .25em; 
  298.     margin-bottom: .25em; 
  299.     margin-left: .25em
  300.     }
  301. .TableHeading {  
  302.     font-size: 9pt; 
  303.     background-color: dddddd; 
  304.     margin-top: .25px; 
  305.     margin-right: .25px; 
  306.     margin-bottom: .25px; 
  307.     margin-left: .25px; 
  308.     font-weight: bold
  309.     }
  310. .tableBorder {  
  311.     border: 3px double
  312.     }
  313.